Newer Lowrance models can use waypoint comments, so write them.
authorrobertl <robertl>
Mon, 14 Jan 2008 21:11:10 +0000 (21:11 +0000)
committerrobertl <robertl>
Mon, 14 Jan 2008 21:11:10 +0000 (21:11 +0000)
lowranceusr.c
reference/lowrance.usr

index 0664cdd56de22046a56bc61526194eb2152ecca8..308805b1661e988f123ec6ce63e4bc0b1e0b8eaa 100644 (file)
@@ -682,7 +682,7 @@ lowranceusr_waypt_disp(const waypoint *wpt)
        /**
         * Comments aren't used by the iFinder yet so they just take up space...
         */
-       if (0 && wpt->description && strcmp(wpt->description, wpt->shortname) != 0) {
+       if (wpt->description && strcmp(wpt->description, wpt->shortname) != 0) {
                comment = xstrdup(wpt->description);
                TextLen = strlen(comment);
                my_fwrite4(&TextLen, file_out);
index 32b2ea607f0f12385a04786ca713d70456d34f61..26350d0292457fd874791cdd7e32be69f2700ee3 100644 (file)
Binary files a/reference/lowrance.usr and b/reference/lowrance.usr differ